home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 3DTOSHI2.ZIP / mpg3d / source / G3dshape.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-03  |  304 b   |  20 lines

  1.  
  2. // g3dshape.cpp
  3. //
  4. // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
  5.  
  6. #include "stdgfx.h"
  7. #include "g3dshape.h"
  8.  
  9. G3DSHAPE::G3DSHAPE ()
  10.   {
  11.     ParentObject = NULL;
  12.   } // End of Constructor for G3DSHAPE
  13.  
  14. G3DSHAPE::~G3DSHAPE ()
  15.   {
  16.   } // End of Destructor for G3DSHAPE
  17.  
  18.  
  19.  
  20.